home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9813 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com(Pete)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: VC++ 4.0 and Jet Database Engine ...
  5. Date: 4 Mar 1996 11:26:59 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4hek23$k0p@news1.usa.pipeline.com>
  8. References: <4hdd8k$cr6@mozo.cc.purdue.edu>
  9. NNTP-Posting-Host: pipe5.h1.usa.pipeline.com
  10. X-PipeUser: grantp
  11. X-PipeHub: usa.pipeline.com
  12. X-PipeGCOS: (Pete)
  13. X-Newsreader: Pipeline v3.5.0
  14.  
  15. On Mar 04, 1996 00:24:52 in article <VC++ 4.0 and Jet Database Engine ...>,
  16. 'kaldirog@multimedia.ecn.purdue.edu (Akin Kaldiroglu)' wrote: 
  17.  
  18.  
  19. >Hi everyone; 
  20. >I'm supposed to implement a database system and its interface 
  21. >using VC++ 4.0 and its DBMS Jet 3.0. I couldn't find any book or  
  22. >documentation on this issue, like " Database Application Using 
  23. >VC++ " ... There is one book by this name but it is for 2.0 
  24. >version. Can someone help me? 
  25.  
  26. There's several. I have one but I can't remember its exact title. 
  27. Just go into your local book store and look for titles on Programming 
  28. with Microsoft Visual C++ 4.0.   
  29.  
  30. Also, the documentation -- both the book and online -- have a 
  31. tutorial on Enroll.  It's written using ODBC, but is nearly 100% 
  32. compatible with DAO (MS's name for what you described in your 
  33. question).  There is an equivalent DAO class for every ODBC: 
  34.  
  35.     ODBC            DAO 
  36.   CDatabase      CDaoDatabase 
  37.   CRecordset     CDaoRecordset 
  38. .etc. 
  39.  
  40. Just do the Enroll tutorial and you're well on your way to become 
  41. an expert on the subject. 
  42.  
  43. -- 
  44. Pete Grant 
  45. Kalevi, Inc. 
  46. Software Engineering & development
  47.